home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / ab / panel / scripts / DefineButton2_14 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2002-03-20  |  161 b   |  9 lines

  1. on(rollOver){
  2.    set("_level40/sound/lib:sound","140");
  3.    call("_level40/sound/lib:play");
  4.    tellTarget("../gb/gbl")
  5.    {
  6.       gotoAndStop(1);
  7.    }
  8. }
  9.